home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / Compuser / START.DXR / 00025.ls < prev    next >
Encoding:
Text File  |  1997-05-05  |  302 b   |  21 lines

  1. on enterFrame
  2.   set the sound of member "CS.MOV" to 1
  3.   if rollOver(5) then
  4.     go("6")
  5.   end if
  6.   if rollOver(7) then
  7.     go("8")
  8.   end if
  9.   if rollOver(8) then
  10.     go("9")
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   if soundBusy(1) then
  16.   else
  17.     set the sound of member "CS.MOV" to 1
  18.   end if
  19.   go(the frame)
  20. end
  21.